func go/types.isExported
11 uses
go/types (current package)
errsupport.go#L58: } else if isExported(sel) {
errsupport.go#L59: if isExported(alt) {
errsupport.go#L64: } else if isExported(alt) {
named.go#L610: if samePkg(n.obj.pkg, pkg) || isExported(name) || foldCase {
object.go#L75: func isExported(name string) bool {
object.go#L83: if isExported(name) {
object.go#L163: func (obj *object) Exported() bool { return isExported(obj.name) }
object.go#L223: ea := isExported(a.name)
object.go#L224: eb := isExported(b.name)
typestring.go#L130: if isExported(t.name) {
typestring.go#L158: if w.qf == nil && w.pkgInfo && !isExported(f.name) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)